home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / ed3demo.zip / ED.ZIP / CONFIG / LANG_BAS.XX_ / LANG_BAS.XX
Text File  |  1994-05-07  |  764b  |  54 lines

  1. ; Basic Language Keywords for ED Color Syntax Highlighting
  2. ; And Basic Templates
  3. ; Last change:   7 May 94
  4.  
  5.  
  6. [Keywords]
  7. case
  8. def
  9. else
  10. end
  11. error
  12. for
  13. function
  14. gosub
  15. goto
  16. if
  17. next
  18. on
  19. print
  20. return
  21. select
  22. sub
  23. then
  24. wend
  25. while
  26.  
  27.  
  28. ;---------------------------
  29.  
  30. ; See "Template Creation" in the on line help and "Tool|Charts|ED Templates"
  31. ; for information on adding and modifying code templates.
  32.  
  33.  
  34. [Templates]
  35. d    def fn \n\t\f\n\uend def
  36. e    else\n
  37. ei    elseif \f then
  38. ex    exit 
  39. f    for \f = to\n\nnext
  40. fu    function\n\t\f\n\uend function
  41. g    gosub 
  42. i    if \f then\n\t\n\uend if
  43. n    next 
  44. o    on \f gosub
  45. on    on error goto 
  46. p    print 
  47. r    return 
  48. se    select case\n\t\f\n\uend select
  49. s    sub\n\t\f\n\uend sub
  50. w    while\n\t\f\n\uwend
  51.  
  52.  
  53. ;##-- eof --##
  54.